home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13268 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.halcyon.com!usenet
  2. From: normanb@halcyon.com (Norm Bryar)
  3. Newsgroups: comp.lang.c++,comp.lang.java
  4. Subject: Re: Java: What's the Big Deal?
  5. Date: Sun, 24 Mar 1996 16:30:45 GMT
  6. Organization: Northwest Nexus Inc.
  7. Message-ID: <4j3ta5$pfr@news.halcyon.com>
  8. References: <milodDoF9JF.K32@netcom.com> <1996Mar20.154600.12011@amc.com> <4iuenj$ng2@decaxp.HARVARD.EDU> <4iuo1r$e46@kai.com>
  9. NNTP-Posting-Host: blv-pm3-ip27.halcyon.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. robison@kai.com (Arch Robison) wrote:
  13.  
  14. >Some people wrote:
  15. >>
  16. >>: : >>2) No header files => faster compilation
  17. >>: : 
  18. >>: : >Nonsense. Header files are simply text that gets included where you want it. If 
  19. >>: : >you write the same code without header files it will not magically compile 
  20. >>: : >faster.
  21.  
  22. >If header files don't slow down compilation, why do so many C/C++
  23. >compilers offer a "precompiled header" feature to make compilation faster?
  24.  
  25. Because Windows.h is so damn huge, not because you have to look for it
  26. in another directory.  
  27.  
  28.                             --Norm
  29.  
  30.